Textarea

Creates a textarea with attributes for rows, columns, and name. The increment/decrement buttons next to rows and columns will cycle between 0 and 250. The text-input boxes may be edited manually, only numerical values are allowed.

Textarea

The above example would yield the following text:

<TEXTAREA NAME="comments" ROWS="5" COLS="40"></TEXTAREA>